From fa1d102c93bfad3322af91a07e847762fc035d5c Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 13 Jun 2004 21:28:38 +0000 Subject: [PATCH] (before-save-hook): Add `time-stamp' to the options. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 4ee6da4e544..dc84c79df84 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3024,7 +3024,7 @@ the last real save, but optional arg FORCE non-nil means delete anyway." (defcustom before-save-hook nil "Normal hook that is run before a buffer is saved to its file." - :options '(copyright-update) + :options '(copyright-update time-stamp) :type 'hook :group 'files) -- 2.30.2